CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - scan line

搜索资源列表

  1. tcopengl

    0下载:
  2. 扫描线算法实现的任意多边形填充 分别用OpenGL和TC实现-Scan line algorithm for arbitrary polygons, respectively, filled with OpenGL and realize TC
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-09
    • 文件大小:67217
    • 提供者:wasuo
  1. Graph

    0下载:
  2. 实现两个光源的场景模拟,使用Z扫描线算法渲染,包括计算机图形学中的多这个算法实现。带报告-Realize the two scenes of simulated light source, the use of Z scan line algorithm for rendering, including computer graphics in many realize this algorithm. With report
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-23
    • 文件大小:256273
    • 提供者:mayjojo
  1. graph

    0下载:
  2. 用MFC做的绘图程序,里面的画线算法,画圆算法,梁友栋算法,扫描线种子填充算法等等都是严格按照书本的编写,适合学计算机图形学的初学者参考-Using MFC to do the drawing program, draw lines inside algorithm, drawcircle algorithm, You-Xin Liang Dong algorithms, scan line seed fill algorithm and so on are all in strict acco
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-18
    • 文件大小:642868
    • 提供者:www
  1. 44jianpansaomiao

    0下载:
  2. 4*4键盘扫描,采用列扫描法。依次对每列输出扫描电位,再从行输入扫描电平,通过该值判断被按下的键-4* 4 keyboard scanning, the use of column scanning method. Followed by scanning the output for each column potentials, input from the scan line level, the adoption of the value judgments of the key is
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1174
    • 提供者:石涓
  1. PortScan

    1下载:
  2. python版命令行端口扫描程序,源作者:djhui-python command-line version of port scanning procedures, the source Author: djhui
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-11
    • 文件大小:872
    • 提供者:liedeng
  1. Bresenham_Line

    0下载:
  2. 使用MATLAB 6.5开发,扫描线算法画直线-The development of the use of MATLAB 6.5, draw a straight line scan line algorithm
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-10
    • 文件大小:860
    • 提供者:流星
  1. ScanLineSeedFill

    0下载:
  2. 4连通内点定义区域的scan line seed fill algorithm-4-connected region interior-point definition of scan line seed fill algorithm
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-12
    • 文件大小:1398
    • 提供者:章礼平
  1. ZBuffer

    0下载:
  2. 用c#开发的扫描线深度缓存算法实现,用d3d和gdi+分别绘制效果-C# development using the scan line depth buffer algorithm, the d3d and gdi+, respectively, the effect of rendering
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-10
    • 文件大小:2327451
    • 提供者:zsc
  1. scanline

    0下载:
  2. 本文详细讨论了基于扫描线填充算法对多边形区域进行 图案填充问题。尽管位图可以看作是一个二值图像,但为了方 便起见,在本文中,我们将位图和图像区分开来讨论。-This article is discussed in detail based on the scan line polygon fill algorithm to fill the problem areas of design. Although bitmaps can be seen as a binary image, b
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1274429
    • 提供者:李尊
  1. polyfill

    0下载:
  2. 边界填充算法,将边界填充的递归算法转化成非递归-scan line seed fill
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:1401
    • 提供者:小胖
  1. ctree

    0下载:
  2. 本程序运用线段树+离散化+扫描线的方法来求解矩形周长问题。是运用线段数解题的经典应用之一。-This procedure using discrete segment of the tree++ scan line approach to solving the problem of rectangular perimeter. Segment is to use a number of problem-solving one of the classic applications.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-24
    • 文件大小:1286
    • 提供者:hujiafeng
  1. LazRGBGraphics-0.2.1

    0下载:
  2. Lazarus Component A package for fast in memory image processing and pixel manipulations (like scan line).
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:35106
    • 提供者:sam.yen
  1. 0514001

    0下载:
  2. 典型的多边形填充算法主要包括扫描线填充算法和轮廓标志域填充算法,适用于矢量多边形文件的填充算 法为扫描线填充算法。论文对原有的多边形扫描线填充算法中的最常用的活性边表和传统扫描线算法进行了分析,结 合活性边表和传统的扫描线填充算法的特点,针对复杂的大数据量的多边形填充时间效率较低的问题,提出了一种改 进的扫描线多边形填充算法一混合填充算法。该算法采用链表和数组结合的数据结构,形成连续的填充轨迹,有效地 提高了时间效率。 -Polygon Filling Algorithm t
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-17
    • 文件大小:150552
    • 提供者:翁經堯
  1. lineprogrammer

    0下载:
  2. 这是个扫描线算法源程序,下载后可以直接运行.-This is a scan line algorithm source code, downloaded directly to run.
  3. 所属分类:Graph program

    • 发布日期:2017-05-08
    • 文件大小:1971079
    • 提供者:皮尔斯
  1. MainFrm

    0下载:
  2. 提出了基于边缘检测的二值化与扫描线相结合的车牌定位方法。实验表明该方法能够快速、准确地定位车牌,且抗干扰能力强,定位准确率在99 以上,光照和天气对其定位结果影响很小。-Edge detection based on the value of the second scan line and a combination of license plate location method. Experiment results show that the method can quickly and
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-10
    • 文件大小:2198457
    • 提供者:lijun
  1. PolyFill

    0下载:
  2. 加强对图元填充概念的理解实现扫描转换多边形的扫描线算法和填充区域的扫描线算法算法的程序-Elements to strengthen the understanding of the concept to fill the realization of polygon scan conversion algorithm and the scan line scan line fill algorithm region algorithm procedure
  3. 所属分类:Graph program

    • 发布日期:2017-05-10
    • 文件大小:2382670
    • 提供者:wangying
  1. scanseed

    0下载:
  2. 2D图形学中的扫描线填充图形算法的实现,对于初学者有帮助,代码简单,明了-2D Graphics graphics scan line fill algorithm, useful for beginners, the code is simple, clear
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-24
    • 文件大小:7705771
    • 提供者:孙雷
  1. POLYGONSCANLINEFILL

    0下载:
  2. 扫描线填充多边形,效果还不错,推荐使用!-Scan line polygon fill
  3. 所属分类:Graph program

    • 发布日期:2017-04-06
    • 文件大小:36670
    • 提供者:JASON
  1. ScanLineFil3wm

    0下载:
  2. 计算机图形学扫描线算法,我运用了定时器,按b开始,按s结束-Scan line algorithm for computer graphics, I use a timer, started by b, by the end of s
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-09
    • 文件大小:1958980
    • 提供者:小蚂蚁
  1. ScanLineFil2wm

    0下载:
  2. 计算机图形学扫描线算法,按b开始,按s结束-Scan line algorithm for computer graphics, according to b started by the end of s
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-08
    • 文件大小:1992202
    • 提供者:小蚂蚁
« 1 2 3 4 56 7 8 9 10 ... 21 »
搜珍网 www.dssz.com